Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum





Error 4063: <database> has not been opened yet
~Sanjay Dwoponeberggon 01/08/2004 01:23 PM
Domino Designer 6.0.2 CF2 All Platforms


the lotus script code is:

Set dbdestinatario = s.GetDatabase(db.server, filename)
If Not(dbdestinatario Is Nothing) Then
set newMail = doc.CopyToDatabase(dbdestinatario)
...
end if

Sometimes, on the line "set newmail..:", I have the error:
4063 database has not been opened yet,

but sometimes the code finish correctly.

What is the problem???
can you help me??

thank you in advance!

Go back